Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Work around Go bug 68877 until Go 1.23.1 is released #121

Merged
merged 2 commits into from
Aug 23, 2024

Conversation

varungandhi-src
Copy link
Contributor

@varungandhi-src varungandhi-src commented Aug 23, 2024

Adds a regression test and workaround using GODEBUG=gotypesalias=0
if that is not set by the caller.

See golang/go#68877 for context

Fixes #119

@varungandhi-src varungandhi-src merged commit 156f83c into main Aug 23, 2024
2 checks passed
@varungandhi-src varungandhi-src deleted the vg/workaround-panic branch August 23, 2024 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panic on upgrading to Go 1.23.0
1 participant